3.1 Unbiased Estimation

1 Unbiased Estimation

Recall the principle for estimator picking, we can focus on a certain kind of estimators, that is unbiased estimators.

Unbiased Estimation

g(θ) is an unbiased estimation if Eθδ=g(θ),θ.

Unbiased estimation is especially convenient in models with a complete sufficient T(X). In that case

2 Convex Loss

We have defined convex functions here. And we have derived that if f is convex, for any RV X, f(EX)Ef(X), and if f is strictly convex, "=" holds iff X is constant.
The proof can be found here with Jensen's inequality.

We say a loss function L(θ,d) is (strictly) convex if it is a (strictly) convex function of the estimand d, given that parameter θ is fixed.

#MSE is a best-known convex loss function. Recall the bias-variance tradeoff MSEθ(δ)=Biasθ(δ)2+Varθ(δ(X)).
If δ(X) is unbiased, then MSEθ(δ)=Varθ(δ(X)). So minimizing the risk is equal to finding one with the least variance.

3 Rao-Blackwell Theorem

Theorem (Rao-Blackwell)

T(X) is sufficient, and δ(X) is any estimator. Let δ(T(X))=E[δ(X)|T(X)] (no θ under E by sufficiency). If L(θ,δ) is convex, then R(θ;δ)R(θ;δ).
If strictly convex, then "=" iff δ(X)=a.s.f(T).

δ is called Rao-Blackwellization of δ.
So for convex loss, the Rao-Blackwell Theorem lets us to focus only the estimators running through T(X). This offers us a way to construct the improved estimator.

4 UMVU Estimators

4.1 Existence

U-Estimable

g(θ) is U-estimable if δ(X) with Eθδ(X)=g(θ). I.e. there exists an unbiased estimator.

Theorem

For a model P={Pθ|θΘ}, assume

Then there is a unique unbiased estimator of the form δ(T(X)), which uniformly minimizes R among (or, dominates) all unbiased estimators.[1]

We give a definition for such an estimator:

UMVUE

δ(X) is uniform minimum-variance unbiased estimator (UMVUE) if

  • δ is unbiased,
  • other unbiased δ~, VarθδVarθδ~,θ.

Since MSE(θ;δ)=Varθ(δ(X)) for any unbiased estimator δ, and the square loss is strictly convex, then the above theorem implies the existence of a unique UMVUE for any U-estimable g(θ), whenever we have a complete sufficient statistic.

4.2 Ways of Finding UMVUE

The above theorem suggests two strategies for finding UMVUE:


  1. As usual "uniqueness" here is in the sense of Pa.s. ↩︎

  2. Check that E[δ0(X1)]=eθ1+0Pθ(X10)=eθ. ↩︎